home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 15
/
BBS in a box XV-2.iso
/
Files II
/
Updates
/
General
/
Frontier 3.0 to 3.0.3 Upg.sit
/
3.0 => 3.0.3 Upgrader
/
Upgrade Files
/
DocServer Docs
/
file.isBusy
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
MacRoman (detected)
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-04-12
|
601 b
|
12 lines
|
[
TEXT/DOCS
]
Verb file.isBusy
Syntax file.isBusy (path)
Parameters path is a legal path name to the file whose status you wish to determine.
Action Determines whether the file named in path is in use by any application or by the operating system.
Returns True if the file is busy, false if it is not.
Examples file.isBusy ("System:System Folder:Finder")
» true
file.isBusy ("System:System Folder:TeachText")
» false
Notes A folder is always busy if it is not empty. It may also be busy if it is the “current” folder of an open application (the folder displayed by standard file dialogs when they are invoked).